No point in showing an apologetic tab for a blob of binary data.
gtk4-demo shows the resources under /DEMONAME/ for each demo,
so move the data to /DEMONAME_data/.
<gresource prefix="/listview_settings">
<file>listview_settings.ui</file>
</gresource>
- <gresource prefix="/listview_ucd">
+ <gresource prefix="/listview_ucd_data/">
<file>ucdnames.data</file>
</gresource>
<gresource prefix="/listview_weather">
guint u;
char *name;
- bytes = g_resources_lookup_data ("/listview_ucd/ucdnames.data", 0, NULL);
+ bytes = g_resources_lookup_data ("/listview_ucd_data/ucdnames.data", 0, NULL);
v = g_variant_ref_sink (g_variant_new_from_bytes (G_VARIANT_TYPE ("a(us)"), bytes, TRUE));
iter = g_variant_iter_new (v);